DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class
Members

In This Topic
    C1DynamicList<T> Class
    In This Topic
    List which can be initialized with an arbitrary Count of (null) items.
    Object Model
    C1DynamicList<T> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class C1DynamicList(Of T) 
    public sealed class C1DynamicList<T> 
    Type Parameters
    T
    Remarks
    This collection optimizes the memory for large collections needing to allocate memory on demand.
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DynamicList<T>

    See Also